home *** CD-ROM | disk | FTP | other *** search
- object Form9: TForm9
- Left = 439
- Top = 116
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Unregistered Window Washer'
- ClientHeight = 96
- ClientWidth = 296
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 5
- Top = 9
- Width = 281
- Height = 13
- Caption = 'Unregistered Version - Support Shareware - Please Register'
- end
- object Label2: TLabel
- Left = 44
- Top = 33
- Width = 193
- Height = 13
- Caption = 'Registering removes this message/delay.'
- end
- object Button1: TButton
- Left = 61
- Top = 66
- Width = 75
- Height = 21
- Caption = 'Wash Now'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 151
- Top = 65
- Width = 74
- Height = 21
- Caption = 'Register'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 5000
- OnTimer = Timer1Timer
- Left = 24
- Top = 64
- end
- object Timer2: TTimer
- Enabled = False
- Interval = 60000
- OnTimer = Timer2Timer
- Left = 16
- Top = 32
- end
- end
-